home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / dos999.zip / 2504.TXT < prev    next >
Text File  |  1993-03-31  |  3KB  |  67 lines

  1. ___________________________________________________________________________
  2. STACKER NOTE                                                   STACKER NOTE
  3. Title: Bootable Stacker Recovery Disk.
  4. STAC FAX Index #2504 - 02/10/93                         
  5. ___________________________________________________________________________
  6.  
  7. Background. 
  8.  
  9.     Stacker drives are 'mounted' at boot time by a device driver in the 
  10.     Config.sys file.  If you were to boot from a "plain vanilla" system 
  11.     disk, which had no Config.sys file or Stacker device driver statement(s), 
  12.     your Stacker drives would appear to be no more than large hidden files 
  13.     on the hard disk.  Creating a boot disk that enables access to the 
  14.     Stacker drives involves making a DOS startup disk, then creating a 
  15.     Config.sys file on that disk which contains the Stacker device drivers.  
  16.     This note outlines the required steps to create such a disk.
  17.  
  18. Procedure.
  19.  
  20. 1.  Making the startup disk:
  21.  
  22.     A. Create a DOS startup disk by inserting a formatted diskette in 
  23.        drive A: and typing:
  24.        
  25.        SYS C: A:
  26.  
  27.        Note: If you are running DOS 3.x, you will need to copy Command.com
  28.        to drive A: after 'sys'ing the disk.  
  29.    
  30.     B. Next, copy Config.sys from your hard disk to this diskette.
  31.        For example, at the command prompt type: 
  32.        Copy C:\Config.sys A:            <ENTER>
  33.  
  34.        This disk is now capable of starting the system and mounting the 
  35.        Stacker drives.  (It is not necessary, but you may wish to copy 
  36.        C:\Autoexec.bat to this disk as well).
  37.  
  38. 2.  Making a Stacker diagnostic disk:    
  39.    
  40.     You may wish to make this disk more "plain vanilla" for trouble shooting 
  41.     purposes.  Just edit Config.sys with your favorite text editor and 
  42.     eliminate all but the Stacker device drivers.  For example, to modify 
  43.     Config.sys using Stacker's text editor, type:
  44.     
  45.     Stacker 2.0  -  C:\STACKER\SEDIT  A:\CONFIG.SYS     <ENTER>
  46.     Stacker 3.0  -  C:\STACKER\ED     A:\CONFIG.SYS     <ENTER>
  47.     
  48.     You should now see a listing of the Config.sys contents.  Locate the 
  49.     Stacker device drivers.  They will look similar to:
  50.     DEVICE=C:\STACKER\STACKER.COM C:\STACVOL.DSK   
  51.     DEVICE=C:\STACKER\SSWAP.COM   C:\STACVOL.DSK /SYNC
  52.  
  53.     Now delete all but these Stacker devices.  For example, if you are using
  54.     SEDIT (Stacker 2.0), or ED.EXE (Stacker 3.0) position the cursor at the 
  55.     beginning of the line using the arrow keys. Now press  <Ctrl> K    
  56.     to delete the line.  Repeat for all the lines you wish to delete.  When 
  57.     you are finished, press <Ctrl> Z to save the file.
  58.  
  59.     Note: If you are using a device driven drive such as a Hardcard or 
  60.           CD-ROM, or have non-DOS partitions requiring device drivers, you 
  61.           will need to leave their device lines in the Config.sys file.
  62. ___________________________________________________________________________
  63. Copyright 1993, Stac Electronics                    
  64.  
  65.  
  66.  
  67.